Started GET "/" for ::1 at 2015-06-25 11:26:16 -0600 Processing by Rails::WelcomeController#index as HTML Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/railties-4.2.2/lib/rails/templates/rails/welcome/index.html.erb (1.8ms) Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started GET "/pulitzer" for ::1 at 2015-06-25 11:26:24 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.4ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" SQLite3::SQLException: no such table: pulitzer_post_types: SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/pulitzer/application (4.5ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.4ms) ActionView::Template::Error (SQLite3::SQLException: no such table: pulitzer_post_types: SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"): 1:

Post Types

2: 3:
4: <%= @post_types.each do |post_type| %> 5:
6: <%= render partial: 'show', locals: {post_type: post_type} %> 7:
sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.2.2) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query' activerecord (4.2.2) lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in log' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.2) lib/active_record/connection_adapters/abstract_adapter.rb:467:in `log' activerecord (4.2.2) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/database_statements.rb:347:in `select' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.2.2) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.2.2) lib/active_record/relation.rb:638:in `exec_queries' activerecord (4.2.2) lib/active_record/relation.rb:514:in `load' activerecord (4.2.2) lib/active_record/relation.rb:243:in `to_a' activerecord (4.2.2) lib/active_record/relation/delegation.rb:46:in `each' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb:4:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types_index_html_erb___671961171721676602_70340742351880' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.2) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.0ms)  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePulitzerPostTypes (20150625172832)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172832"]]  (0.8ms) commit transaction Migrating to CreatePulitzerContentElementTypes (20150625172833)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pulitzer_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172833"]]  (0.7ms) commit transaction Migrating to CreatePulitzerPosts (20150625172834)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pulitzer_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "post_type_id" integer, "status" varchar DEFAULT 'unpublished', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172834"]]  (0.7ms) commit transaction Migrating to CreatePulitzerContentElements (20150625172835)  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePulitzerPostTypes (20150625172938)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQLite3::SQLException: table "pulitzer_post_types" already exists: CREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) rollback transaction  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePulitzerPostTypes (20150625172938)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172938"]]  (0.9ms) commit transaction Migrating to CreatePulitzerContentElementTypes (20150625172939)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "pulitzer_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172939"]]  (0.8ms) commit transaction Migrating to CreatePulitzerPosts (20150625172940)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "pulitzer_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "post_type_id" integer, "status" varchar DEFAULT 'unpublished', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172940"]]  (0.8ms) commit transaction Migrating to CreatePulitzerContentElements (20150625172941)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "post_id" integer, "content_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172941"]]  (0.8ms) commit transaction Migrating to CreatePulitzerTags (20150625172942)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "pulitzer_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172942"]]  (0.8ms) commit transaction Migrating to CreatePulitzerPostTags (20150625172943)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172943"]]  (0.7ms) commit transaction Migrating to CreatePulitzerPostTypeContentElementTypes (20150625172944)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "pulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172944"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/pulitzer" for ::1 at 2015-06-25 11:30:16 -0600 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/pulitzer/application (1.3ms) Completed 200 OK in 141ms (Views: 137.0ms | ActiveRecord: 0.3ms) Started GET "/stylesheets/pulitzer/application.css" for ::1 at 2015-06-25 11:30:17 -0600 ActionController::RoutingError (No route matches [GET] "/stylesheets/pulitzer/application.css"): actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (111.9ms) Started GET "/assets/pulitzer/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-06-25 11:30:17 -0600 Started GET "/pulitzer" for ::1 at 2015-06-25 11:30:39 -0600 Processing by Pulitzer::PostTypesController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant Pulitzer::PostTypesController::PostType): /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_types_controller.rb:5:in `index' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (40.4ms) Started GET "/pulitzer" for ::1 at 2015-06-25 11:31:32 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/pulitzer/application (2.4ms) Completed 200 OK in 23ms (Views: 15.6ms | ActiveRecord: 0.5ms) Started GET "/assets/pulitzer/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-06-25 11:31:33 -0600 Started GET "/stylesheets/pulitzer/application.css" for ::1 at 2015-06-25 11:31:33 -0600 ActionController::RoutingError (No route matches [GET] "/stylesheets/pulitzer/application.css"): actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (77.5ms) Started GET "/pulitzer/post_types/new" for ::1 at 2015-06-25 11:31:35 -0600 Processing by Pulitzer::PostTypesController#new as HTML Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (2.7ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: <%= form_for @post_type, html: ajax_form_hash('#post_types_container', insert_method: 'append') do |f| %> 2: <%= f.label :name %> 3: <%= f.text_field :name %> 4: <% end %> actionview (4.2.2) lib/action_view/helpers/form_helper.rb:432:in `form_for' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb:1:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types__new_html_erb___884561073865493796_70340758410740' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_types_controller.rb:9:in `new' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (49.9ms) Started GET "/pulitzer/post_types/new" for ::1 at 2015-06-25 11:32:55 -0600 Processing by Pulitzer::PostTypesController#new as HTML Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (2.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: <%= form_for post_type, html: ajax_form_hash('#post_types_container', insert_method: 'append') do |f| %> 2: <%= f.label :name %> 3: <%= f.text_field :name %> 4: <% end %> actionview (4.2.2) lib/action_view/helpers/form_helper.rb:432:in `form_for' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb:1:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types__new_html_erb___884561073865493796_70340765550480' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_types_controller.rb:9:in `new' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (40.9ms) Started GET "/pulitzer/post_types/new" for ::1 at 2015-06-25 11:33:22 -0600 Processing by Pulitzer::PostTypesController#new as HTML Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (12.5ms) Completed 200 OK in 20ms (Views: 14.3ms | ActiveRecord: 0.5ms) Started POST "/pulitzer/post_types" for ::1 at 2015-06-25 11:33:27 -0600 Processing by Pulitzer::PostTypesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6OJ4bz/rMKCXavKWf4M5B453ZY+sEzudbBmuLfpZldQO2JNTpCr5HOJYnY+q6JgfMga/P9eyGpMTagp2bzQwlQ==", "post_type"=>{"name"=>"General News"}}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "General News"], ["created_at", "2015-06-25 17:33:27.967376"], ["updated_at", "2015-06-25 17:33:27.967376"]]  (0.9ms) commit transaction Completed 500 Internal Server Error in 9ms (ActiveRecord: 1.4ms) ActionView::MissingTemplate (Missing partial pulitzer/post_types/_show_wrapper, pulitzer/application/_show_wrapper with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/eric/projects/pulitzer/test/dummy/app/views" * "/Users/eric/projects/pulitzer/app/views" ): actionview (4.2.2) lib/action_view/path_set.rb:46:in `find' actionview (4.2.2) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819: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.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (40.2ms) Started POST "/pulitzer/post_types" for ::1 at 2015-06-25 11:34:49 -0600 Processing by Pulitzer::PostTypesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6OJ4bz/rMKCXavKWf4M5B453ZY+sEzudbBmuLfpZldQO2JNTpCr5HOJYnY+q6JgfMga/P9eyGpMTagp2bzQwlQ==", "post_type"=>{"name"=>"General News"}}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "General News"], ["created_at", "2015-06-25 17:34:49.381095"], ["updated_at", "2015-06-25 17:34:49.381095"]]  (0.7ms) commit transaction Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.6ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.7ms) Completed 200 OK in 8ms (Views: 4.7ms | ActiveRecord: 1.2ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:34:56 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.5ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.5ms) Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/pulitzer/application (31.9ms) Completed 200 OK in 43ms (Views: 41.8ms | ActiveRecord: 0.6ms) Started GET "/stylesheets/pulitzer/application.css" for ::1 at 2015-06-25 11:34:56 -0600 ActionController::RoutingError (No route matches [GET] "/stylesheets/pulitzer/application.css"): actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (71.5ms) Started GET "/stylesheets/pulitzer/application.css" for ::1 at 2015-06-25 11:35:19 -0600 ActionController::RoutingError (No route matches [GET] "/stylesheets/pulitzer/application.css"): actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (87.0ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:35:49 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/pulitzer/application (12.0ms) Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.4ms) Started GET "/stylesheets/pulitzer/application.css" for ::1 at 2015-06-25 11:35:49 -0600 ActionController::RoutingError (No route matches [GET] "/stylesheets/pulitzer/application.css"): actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (73.9ms) Started GET "/assets/pulitzer/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-06-25 11:35:49 -0600 Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:36:41 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.4ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/pulitzer/application (8.9ms) Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.5ms) Started GET "/stylesheets/pulitzer/pulizter.css" for ::1 at 2015-06-25 11:36:41 -0600 ActionController::RoutingError (No route matches [GET] "/stylesheets/pulitzer/pulizter.css"): actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.0ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (156.5ms) Started GET "/assets/pulitzer/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-06-25 11:36:41 -0600 Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:37:13 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.8ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.5ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb (7.9ms) Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.3ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:44:09 -0600 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (undefined method `base_controller' for Pulitzer:Module): /Users/eric/projects/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `' activesupport (4.2.2) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.2) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.2) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.2) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.2) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.2) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.2) lib/active_support/dependencies.rb:184:in `const_missing' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_types_controller.rb:1:in `' activesupport (4.2.2) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.2) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.2) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.2) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.2) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.2) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.2) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.2) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.2) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.2) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.2) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.2) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.2) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.2) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.3ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (114.5ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:44:24 -0600 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.7ms) Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (33.4ms) Completed 200 OK in 199ms (Views: 193.4ms | ActiveRecord: 0.8ms) Started GET "/stylesheets/pulitzer.css" for ::1 at 2015-06-25 11:44:24 -0600 ActionController::RoutingError (No route matches [GET] "/stylesheets/pulitzer.css"): actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (72.6ms) Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-06-25 11:44:24 -0600 Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:50:13 -0600 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.6ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.0ms) Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (32.1ms) Completed 200 OK in 204ms (Views: 197.9ms | ActiveRecord: 1.2ms) Started GET "/stylesheets/pulitzer.css" for ::1 at 2015-06-25 11:50:13 -0600 ActionController::RoutingError (No route matches [GET] "/stylesheets/pulitzer.css"): actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (98.9ms) Started GET "/assets/thin_man.self-2e0bf87bcb60e0dda79c393c45781a1b8c98516cf6e64c82711e34ee823f6472.js?body=1" for ::1 at 2015-06-25 11:50:13 -0600 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-06-25 11:50:13 -0600 Started GET "/pulitzer/post_types/new" for ::1 at 2015-06-25 11:50:22 -0600 Processing by Pulitzer::PostTypesController#new as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant Pulitzer::PostTypesController::PostType): /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_types_controller.rb:9:in `new' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.2ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:51:43 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.1ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.0ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (14.7ms) Completed 200 OK in 32ms (Views: 27.6ms | ActiveRecord: 0.9ms) Started GET "/stylesheets/pulitzer.css" for ::1 at 2015-06-25 11:51:43 -0600 ActionController::RoutingError (No route matches [GET] "/stylesheets/pulitzer.css"): actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (66.9ms) Started GET "/assets/thin_man.self-2e0bf87bcb60e0dda79c393c45781a1b8c98516cf6e64c82711e34ee823f6472.js?body=1" for ::1 at 2015-06-25 11:51:43 -0600 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-06-25 11:51:43 -0600 Started GET "/pulitzer/post_types/new" for ::1 at 2015-06-25 11:51:44 -0600 Processing by Pulitzer::PostTypesController#new as HTML Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (9.9ms) Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:52:49 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.5ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.1ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.3ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'): 3: 4: Dummy 5: <%= stylesheet_link_tag 'pulitzer', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: app/assets/javascripts/application.js:13 app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___6867448979540490_70352676870920' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (42.4ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:54:48 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.0ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.8ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.6ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.3ms) ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'): 3: 4: Dummy 5: <%= stylesheet_link_tag 'pulitzer', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: app/assets/javascripts/application.js:13 app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___6867448979540490_70352676870920' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (45.6ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:55:11 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.3ms) Completed 200 OK in 49ms (Views: 48.4ms | ActiveRecord: 0.3ms) Started GET "/stylesheets/pulitzer.css" for ::1 at 2015-06-25 11:55:11 -0600 ActionController::RoutingError (No route matches [GET] "/stylesheets/pulitzer.css"): actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.5ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (147.9ms) Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 11:55:11 -0600 Started GET "/assets/thin_man.self-2e0bf87bcb60e0dda79c393c45781a1b8c98516cf6e64c82711e34ee823f6472.js?body=1" for ::1 at 2015-06-25 11:55:11 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 11:55:11 -0600 Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:57:36 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.8ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.6ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.4ms) ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( pulitzer/pulitzer.css )` to `config/initializers/assets.rb` and restart your server): 2: 3: 4: Dummy 5: <%= stylesheet_link_tag 'pulitzer/pulitzer', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___6867448979540490_70352713634060' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (41.7ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:58:05 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.1ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.4ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.3ms) ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( pulitzer/pulitzer.css )` to `config/initializers/assets.rb` and restart your server): 2: 3: 4: Dummy 5: <%= stylesheet_link_tag 'pulitzer/pulitzer', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___6867448979540490_70352713634060' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (44.3ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 11:58:24 -0600 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.5ms) Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (37.7ms) Completed 200 OK in 220ms (Views: 214.9ms | ActiveRecord: 0.8ms) Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 11:58:25 -0600 Started GET "/assets/thin_man.self-2e0bf87bcb60e0dda79c393c45781a1b8c98516cf6e64c82711e34ee823f6472.js?body=1" for ::1 at 2015-06-25 11:58:25 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 11:58:25 -0600 Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 11:58:25 -0600 Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 12:12:41 -0600 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.5ms) Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.8ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (38.6ms) Completed 200 OK in 266ms (Views: 260.5ms | ActiveRecord: 1.0ms) Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 12:12:41 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 12:12:41 -0600 Started GET "/assets/thin_man.self-425bd81d3a400f729322b25c6da7622bcc9c577ed17d3bc45f4a1fd7e741f14f.js?body=1" for ::1 at 2015-06-25 12:12:41 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 12:12:41 -0600 Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 12:17:56 -0600 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.5ms) Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (33.0ms) Completed 200 OK in 273ms (Views: 266.5ms | ActiveRecord: 0.9ms) Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 12:17:56 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 12:17:56 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 12:17:56 -0600 Started GET "/assets/thin_man.self-211cb0b2a48489dcc10067495880bd323e4d7f91ccc230b7ccb7f5021fc7e553.js?body=1" for ::1 at 2015-06-25 12:17:56 -0600 Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 12:29:47 -0600 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.5ms) Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (32.8ms) Completed 200 OK in 276ms (Views: 270.6ms | ActiveRecord: 0.8ms) Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 12:29:48 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 12:29:48 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 12:29:48 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 12:29:48 -0600 Started GET "/pulitzer/post_types/new?authenticity_token=mrTIqBVPragUREIlzecOtpL4%2F7FZclFAFdvGUKuO3OJ8jiOUjo5kFGF2LTwYjK%2BuLoklASLTcE5qqGILPuN5ow%3D%3D" for ::1 at 2015-06-25 12:29:51 -0600 Processing by Pulitzer::PostTypesController#new as */* Parameters: {"authenticity_token"=>"mrTIqBVPragUREIlzecOtpL4/7FZclFAFdvGUKuO3OJ8jiOUjo5kFGF2LTwYjK+uLoklASLTcE5qqGILPuN5ow=="} Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (17.2ms) Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms) Started POST "/pulitzer/post_types" for ::1 at 2015-06-25 12:30:37 -0600 Processing by Pulitzer::PostTypesController#create as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"idxwS1PxH8zgdiXdh6OvObo1MyUM41HZUMpYgZLMf8hv5pt3yDDWcJVESsRSyA4hBkTplXdCcNcvufzaB6HaiQ==", "post_type"=>{"name"=>"About Us"}}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "About Us"], ["created_at", "2015-06-25 18:30:37.349658"], ["updated_at", "2015-06-25 18:30:37.349658"]]  (0.7ms) commit transaction Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.6ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.4ms) Completed 200 OK in 30ms (Views: 26.7ms | ActiveRecord: 1.2ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 12:34:37 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.5ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.5ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (13.0ms) Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.4ms) Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 12:34:37 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 12:34:37 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 12:34:37 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 12:34:37 -0600 Started GET "/pulitzer/post_types/new?authenticity_token=jfgabVhOVLLW5UKXOgCblyO1jYK4scuadthSPx9D01drwvFRw4%2BdDqPXLY7vazqPn8RXMsMQ6pQJq%2FZkii52Fg%3D%3D" for ::1 at 2015-06-25 12:34:40 -0600 Processing by Pulitzer::PostTypesController#new as */* Parameters: {"authenticity_token"=>"jfgabVhOVLLW5UKXOgCblyO1jYK4scuadthSPx9D01drwvFRw4+dDqPXLY7vazqPn8RXMsMQ6pQJq/Zkii52Fg=="} Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (18.9ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.0ms) ActionView::Template::Error (unknown keyword: type): 1: <%= form_for post_type, html: ajax_form_hash('#post_types_container', insert_method: 'append', type: "AddALineForm") do |f| %> 2: <%= f.label :name %> 3: <%= f.text_field :name %> 4: <% end %> thin_man (0.9.3) lib/thin_man/ajax_helper.rb:42:in `ajax_form_hash' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb:1:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types__new_html_erb__3510435532648568857_70184524040000' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_types_controller.rb:10:in `new' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (26.9ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 12:35:05 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.8ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.1ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (16.5ms) Completed 200 OK in 35ms (Views: 33.9ms | ActiveRecord: 0.5ms) Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 12:35:05 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 12:35:05 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 12:35:05 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 12:35:05 -0600 Started GET "/pulitzer/post_types/new?authenticity_token=XqP8rggNENPlbze5WXDHX8sy44VUPoXIpAiUWNohLMW4mReSk8zZb5BdWKCMG2ZHd0M5NS%2BfpMbbezADT0yJhA%3D%3D" for ::1 at 2015-06-25 12:35:07 -0600 Processing by Pulitzer::PostTypesController#new as */* Parameters: {"authenticity_token"=>"XqP8rggNENPlbze5WXDHX8sy44VUPoXIpAiUWNohLMW4mReSk8zZb5BdWKCMG2ZHd0M5NS+fpMbbezADT0yJhA=="} Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (12.3ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.0ms) ActionView::Template::Error (unknown keyword: type): 1: <%= form_for post_type, html: ajax_form_hash('#post_types_container', insert_method: 'append', type: "AddALineForm") do |f| %> 2: <%= f.label :name %> 3: <%= f.text_field :name %> 4: <% end %> thin_man (0.9.3) lib/thin_man/ajax_helper.rb:42:in `ajax_form_hash' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb:1:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types__new_html_erb__3510435532648568857_70184524040000' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_types_controller.rb:10:in `new' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (21.5ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 12:35:53 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.3ms) Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.1ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (15.0ms) Completed 200 OK in 46ms (Views: 44.5ms | ActiveRecord: 0.5ms) Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 12:35:53 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 12:35:53 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 12:35:53 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 12:35:53 -0600 Started GET "/pulitzer/post_types/new?authenticity_token=vtfGYI%2F%2BEO6q0T8lx9nKGYRyEn3VfdCSTD5Qd1wGwTtY7S1cFD%2FZUt%2FjUDwSsmsBOAPIza7c8ZwzTfQsyWtkeg%3D%3D" for ::1 at 2015-06-25 12:35:57 -0600 Processing by Pulitzer::PostTypesController#new as */* Parameters: {"authenticity_token"=>"vtfGYI/+EO6q0T8lx9nKGYRyEn3VfdCSTD5Qd1wGwTtY7S1cFD/ZUt/jUDwSsmsBOAPIza7c8ZwzTfQsyWtkeg=="} Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (2.1ms) Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms) Started POST "/pulitzer/post_types" for ::1 at 2015-06-25 12:36:03 -0600 Processing by Pulitzer::PostTypesController#create as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"4IgUTsehe9k57F8+a04kANng5w0bBITvL+Gi04h2VBcGsv9yXGCyZUzeMCe+JYUYZZE9vWClpeFQkgaIHRvxVg==", "post_type"=>{"name"=>"TestType"}}  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "TestType"], ["created_at", "2015-06-25 18:36:03.298894"], ["updated_at", "2015-06-25 18:36:03.298894"]]  (1.4ms) commit transaction Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.3ms) Completed 200 OK in 29ms (Views: 25.1ms | ActiveRecord: 1.7ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 12:40:43 -0600 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.2ms) Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 4]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (44.0ms) Completed 200 OK in 291ms (Views: 283.6ms | ActiveRecord: 1.4ms) Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 12:40:44 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 12:40:44 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 12:40:44 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 12:40:44 -0600 Started GET "/pulitzer/post_types/new?authenticity_token=cpa0s8DCuLp%2FlY4cEyxB3kAK5neOHek4LmGmWpy56iuUrF%2BPWwNxBgqn4QXGR%2BDG%2FHs8x%2FW8yDZREgIBCdRPag%3D%3D" for ::1 at 2015-06-25 12:40:46 -0600 Processing by Pulitzer::PostTypesController#new as */* Parameters: {"authenticity_token"=>"cpa0s8DCuLp/lY4cEyxB3kAK5neOHek4LmGmWpy56iuUrF+PWwNxBgqn4QXGR+DG/Hs8x/W8yDZREgIBCdRPag=="} Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (11.5ms) Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.0ms) Started POST "/pulitzer/post_types" for ::1 at 2015-06-25 12:40:50 -0600 Processing by Pulitzer::PostTypesController#create as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"impzUC6Zj44svAwd7gAPJBLz/HP9ogv2ZJQ/qMiR49hsUJhstVhGMlmOYwQ7a648roImw4YDKvgb55vzXfxGmQ==", "post_type"=>{"name"=>"asdf"}}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "asdf"], ["created_at", "2015-06-25 18:40:50.156080"], ["updated_at", "2015-06-25 18:40:50.156080"]]  (1.3ms) commit transaction Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.6ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.6ms) Completed 200 OK in 32ms (Views: 27.3ms | ActiveRecord: 1.8ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:00:21 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.1ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1.9ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 4]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.0ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (19.0ms) Completed 200 OK in 46ms (Views: 45.0ms | ActiveRecord: 0.5ms) Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:00:22 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:00:22 -0600 Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 13:00:22 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:00:22 -0600 Started GET "/pulitzer/post_types/3/edit?authenticity_token=EsJdLr9YlvHjldb8CxrQqwrML9jX94ukaeMkjFosNBj0%2BLYSJJlfTZanueXecXGztr31aKxWqqoWkIDXz0GRWQ%3D%3D" for ::1 at 2015-06-25 13:00:25 -0600 Processing by Pulitzer::PostTypesController#edit as */* Parameters: {"authenticity_token"=>"EsJdLr9YlvHjldb8CxrQqwrML9jX94ukaeMkjFosNBj0+LYSJJlfTZanueXecXGztr31aKxWqqoWkIDXz0GRWQ==", "id"=>"3"} Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_form.html.erb (3.4ms) Completed 200 OK in 29ms (Views: 18.7ms | ActiveRecord: 0.2ms) Started PATCH "/pulitzer/post_types/3" for ::1 at 2015-06-25 13:00:29 -0600 Processing by Pulitzer::PostTypesController#update as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"WVflXKIBGV+jjt3xIjra3znHUu03WND47p00IfHW3fa/bQ5gOcDQ49a8suj3UXvHhbaIXUz58faR7pB6ZLt4tw==", "post_type"=>{"name"=>"About Us"}, "id"=>"3"} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]] Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.1ms) ActionView::MissingTemplate (Missing template pulitzer/post_types/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/eric/projects/pulitzer/test/dummy/app/views" * "/Users/eric/projects/pulitzer/app/views" ): actionview (4.2.2) lib/action_view/path_set.rb:46:in `find' actionview (4.2.2) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.2) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819: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.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (0.4ms) Started GET "/pulitzer/post_types/new?authenticity_token=EsJdLr9YlvHjldb8CxrQqwrML9jX94ukaeMkjFosNBj0%2BLYSJJlfTZanueXecXGztr31aKxWqqoWkIDXz0GRWQ%3D%3D" for ::1 at 2015-06-25 13:02:09 -0600 Processing by Pulitzer::PostTypesController#new as */* Parameters: {"authenticity_token"=>"EsJdLr9YlvHjldb8CxrQqwrML9jX94ukaeMkjFosNBj0+LYSJJlfTZanueXecXGztr31aKxWqqoWkIDXz0GRWQ=="} Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (2.3ms) Completed 200 OK in 22ms (Views: 15.7ms | ActiveRecord: 0.7ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:11:52 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (18.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (22.5ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined local variable or method `new_post_type_content_element_type_path' for #<#:0x007fe408fb6550>): 4: <%= render partial: '/post_type_content_element_types/show_wrapper', locals: {ptcet: ptcet} %> 5: <% end %> 6: 7: <%= ajax_link 'add a new content element for ' + post_type.name, new_post_type_content_element_type_path, {}, "#new_post_type_content_element_type_#{dom_id(post_type)}" %> 8:
9:
/Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb:7:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types__show_html_erb__3704407802593286411_70308645628500' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/helpers/rendering_helper.rb:32:in `render' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___3341724833108414578_70308638139280' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/helpers/rendering_helper.rb:32:in `render' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb:5:in `block in ___sers_eric_projects_pulitzer_app_views_pulitzer_post_types_index_html_erb__4185878318459206255_70308661100780' activerecord (4.2.2) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.2) lib/active_record/relation/delegation.rb:46:in `each' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb:4:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types_index_html_erb__4185878318459206255_70308661100780' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.2) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (46.8ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:12:16 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.1ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.2ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 4]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.0ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.2ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (25.0ms) Completed 200 OK in 45ms (Views: 39.9ms | ActiveRecord: 1.1ms) Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:12:16 -0600 Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 13:12:16 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:12:16 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:12:16 -0600 Started GET "/pulitzer/post_type_content_element_types/new?authenticity_token=NKK3ubD5BT0yrrmfj77G39pm4IUABUiHGjXqHptyknLSmFyFKzjMgUec1oZa1WfHZhc6NXukaYllRk5FDh83Mw%3D%3D" for ::1 at 2015-06-25 13:12:23 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#new as */* Parameters: {"authenticity_token"=>"NKK3ubD5BT0yrrmfj77G39pm4IUABUiHGjXqHptyknLSmFyFKzjMgUec1oZa1WfHZhc6NXukaYllRk5FDh83Mw=="} Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (12.8ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `to_key' for nil:NilClass): 1: <%= form_for ptcet, html: ajax_form_hash(dom_target(ptcet)) do |f| %> 2: <%= f.label :label %> 3: <%= f.text_field :label %> 4: <% end %> actionview (4.2.2) lib/action_view/record_identifier.rb:80:in `record_key_for_dom_id' actionview (4.2.2) lib/action_view/record_identifier.rb:62:in `dom_id' thin_man (0.9.4) lib/thin_man/ajax_helper.rb:74:in `dom_target' /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__4275597543277816256_70308642511800' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:5:in `new' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (21.5ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:16:17 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.5ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 4]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (29.8ms) Completed 200 OK in 51ms (Views: 45.5ms | ActiveRecord: 1.2ms) Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:16:17 -0600 Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 13:16:17 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:16:17 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:16:17 -0600 Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=3&authenticity_token=76qD32xYFKEaw0PCJ6xEKEI49j5Ihd9KoLO4x4tbGg4JkGjj95ndHW%2FxLNvyx%2BUw%2FkksjjMk%2FkTfwBycHja%2FTw%3D%3D" for ::1 at 2015-06-25 13:16:23 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#new as */* Parameters: {"post_type_id"=>"3", "authenticity_token"=>"76qD32xYFKEaw0PCJ6xEKEI49j5Ihd9KoLO4x4tbGg4JkGjj95ndHW/xLNvyx+Uw/kksjjMk/kTfwBycHja/Tw=="} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant Pulitzer::PostTypeContentElementTypesController::PostType): /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:38:in `get_post_type' activesupport (4.2.2) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.2) lib/active_support/callbacks.rb:145:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (36.8ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:16:47 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.5ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.8ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.1ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.6ms) Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 4]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.3ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.1ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.6ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (30.0ms) Completed 200 OK in 51ms (Views: 45.1ms | ActiveRecord: 1.5ms) Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:16:47 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:16:47 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:16:47 -0600 Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 13:16:47 -0600 Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=b%2BTBdWy7elWSS5MPO%2FYUmDDIvx1SSou2yXdmJxJpe6iJ3ipJ93qz6ed5%2FBbunbWAjLllrSnrqri2BMJ8hwTe6Q%3D%3D" for ::1 at 2015-06-25 13:16:49 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#new as */* Parameters: {"post_type_id"=>"2", "authenticity_token"=>"b+TBdWy7elWSS5MPO/YUmDDIvx1SSou2yXdmJxJpe6iJ3ipJ93qz6ed5/BbunbWAjLllrSnrqri2BMJ8hwTe6Q=="} Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (2.1ms) Completed 200 OK in 25ms (Views: 15.4ms | ActiveRecord: 0.3ms) Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-06-25 13:16:56 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#create as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"MS0iVOMycXAMRIsXaNaJe+KWwm8+73E0Fo/24VT5gSLXF8loePO4zHl25A69vShjXucY30VOUDpp/FK6wZQkYw==", "post_type_content_element_type"=>{"label"=>"asdf"}} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find Pulitzer::PostType with 'id'=): activerecord (4.2.2) lib/active_record/core.rb:155:in `find' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:38:in `get_post_type' activesupport (4.2.2) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.2) lib/active_support/callbacks.rb:145:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819: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.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.4ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (32.4ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:19:01 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.8ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.1ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.2ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 4]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.0ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.3ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.6ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.1ms) Completed 200 OK in 37ms (Views: 36.2ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:19:01 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:19:01 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:19:01 -0600 Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 13:19:01 -0600 Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=p2E64fsxvJKnHMxWmMkzJ0UmDpr4XA7MHqyvfx0hcp9BW9HdYPB1LtIuo09NopI%2F%2BVfUKoP9L8Jh3wskiEzX3g%3D%3D" for ::1 at 2015-06-25 13:19:03 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#new as */* Parameters: {"post_type_id"=>"2", "authenticity_token"=>"p2E64fsxvJKnHMxWmMkzJ0UmDpr4XA7MHqyvfx0hcp9BW9HdYPB1LtIuo09NopI/+VfUKoP9L8Jh3wskiEzX3g=="} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (1.3ms) Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:19:33 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.1ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.8ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.0ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.3ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.5ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 4]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.1ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (25.3ms) Completed 200 OK in 45ms (Views: 40.1ms | ActiveRecord: 1.1ms) Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 13:19:33 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:19:33 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:19:33 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:19:33 -0600 Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=9iFprnxTnpU%2FyWnBdZKJUzjgpDvaMbTt8Lzi7I%2FfTusQG4KS55JXKUr7Btig%2BShLhJF%2Bi6GQleOPz0a3GrLrqg%3D%3D" for ::1 at 2015-06-25 13:19:34 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#new as */* Parameters: {"post_type_id"=>"2", "authenticity_token"=>"9iFprnxTnpU/yWnBdZKJUzjgpDvaMbTt8Lzi7I/fTusQG4KS55JXKUr7Btig+ShLhJF+i6GQleOPz0a3GrLrqg=="} Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (0.7ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.3ms) SyntaxError (/Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:1: syntax error, unexpected $undefined ...afe_append='", insert_method: \'append\', sub_class: "AddALi... ... ^ /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:7: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ^ /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:9: syntax error, unexpected keyword_ensure, expecting ')' /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:11: syntax error, unexpected keyword_end, expecting ')'): /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:1: syntax error, unexpected $undefined ...afe_append='", insert_method: \'append\', sub_class: "AddALi... ... ^ /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:7: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ^ /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:9: syntax error, unexpected keyword_ensure, expecting ')' /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:11: syntax error, unexpected keyword_end, expecting ')' actionview (4.2.2) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.2) lib/action_view/template.rb:296:in `compile' actionview (4.2.2) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.2) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.2) lib/action_view/template.rb:232:in `compile!' actionview (4.2.2) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:7:in `new' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.5ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (34.6ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:23:14 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.1ms) Pulitzer::PostTypeContentElementType Load (0.3ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.5ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.1ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.8ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 4]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.0ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.4ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.1ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (24.6ms) Completed 200 OK in 43ms (Views: 41.9ms | ActiveRecord: 0.8ms) Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:23:14 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:23:14 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:23:14 -0600 Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 13:23:14 -0600 Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=PbfI92Ri869M81kftwsgHcMaLWQxmPeCnjSRhaBjaT3bjSPL%2F6M6EznBNgZiYIEFf2v31Eo51ozhRzXeNQ7MfA%3D%3D" for ::1 at 2015-06-25 13:23:18 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#new as */* Parameters: {"post_type_id"=>"2", "authenticity_token"=>"PbfI92Ri869M81kftwsgHcMaLWQxmPeCnjSRhaBjaT3bjSPL/6M6EznBNgZiYIEFf2v31Eo51ozhRzXeNQ7MfA=="} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_element_types" Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (11.3ms) Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.5ms) Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-06-25 13:23:33 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#create as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"TCaOu37uNosOUXC7szR1IfA9KOG2PjgqYodW1d5oqS2qHGWH5S//N3tjH6JmX9Q5TEzyUc2fGSQd9PKOSwUMbA==", "post_type_content_element_type"=>{"label"=>"test body", "post_type_id"=>"2"}} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find Pulitzer::PostType with 'id'=): activerecord (4.2.2) lib/active_record/core.rb:155:in `find' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:38:in `get_post_type' activesupport (4.2.2) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.2) lib/active_support/callbacks.rb:145:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819: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.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.4ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (33.0ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:24:09 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.5ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.0ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.5ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.0ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.5ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.9ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 4]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.5ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (31.3ms) Completed 200 OK in 52ms (Views: 47.2ms | ActiveRecord: 1.4ms) Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:24:09 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:24:09 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:24:09 -0600 Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 13:24:09 -0600 Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=jsOaOZH7szitRC7YrKDBxG6gYZZlX%2BvnLN%2BQGq5sqOto%2BXEFCjp6hNh2QcF5y2Dc0tG7Jh7%2ByulTrDRBOwENqg%3D%3D" for ::1 at 2015-06-25 13:24:12 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#new as */* Parameters: {"post_type_id"=>"2", "authenticity_token"=>"jsOaOZH7szitRC7YrKDBxG6gYZZlX+vnLN+QGq5sqOto+XEFCjp6hNh2QcF5y2Dc0tG7Jh7+yulTrDRBOwENqg=="} Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_element_types" Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (5.9ms) Completed 200 OK in 24ms (Views: 18.6ms | ActiveRecord: 0.7ms) Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-06-25 13:24:16 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#create as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"plzjUDNIzQOZxxzXMwjuDPvjWyFFnOJMaQq0qzs/pC9AZghsqIkEv+z1c87mY08UR5KBkT49w0IWeRDwrlIBbg==", "post_type_content_element_type"=>{"label"=>"asdf", "post_type_id"=>"2"}} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) ActiveRecord::RecordNotFound (Couldn't find Pulitzer::PostType with 'id'=): activerecord (4.2.2) lib/active_record/core.rb:155:in `find' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:40:in `get_post_type' activesupport (4.2.2) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.2) lib/active_support/callbacks.rb:145:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.2) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819: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.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.3ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (35.2ms) Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=jsOaOZH7szitRC7YrKDBxG6gYZZlX%2BvnLN%2BQGq5sqOto%2BXEFCjp6hNh2QcF5y2Dc0tG7Jh7%2ByulTrDRBOwENqg%3D%3D" for ::1 at 2015-06-25 13:24:47 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#new as */* Parameters: {"post_type_id"=>"1", "authenticity_token"=>"jsOaOZH7szitRC7YrKDBxG6gYZZlX+vnLN+QGq5sqOto+XEFCjp6hNh2QcF5y2Dc0tG7Jh7+yulTrDRBOwENqg=="} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_element_types" Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (3.0ms) Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.3ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:25:45 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.0ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.0ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.1ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.5ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.0ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 4]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.1ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (0.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (26.3ms) Completed 200 OK in 46ms (Views: 40.6ms | ActiveRecord: 1.2ms) Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 13:25:45 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:25:45 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:25:45 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:25:45 -0600 Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=YXCusUvnRscK%2Bh%2FSdF8%2BXI3TbBcHuL%2F2UdkWU1YJXQSHSkWN0CaPe3%2FIcMuhNJ9EMaK2p3wZnvguqrIIw2T4RQ%3D%3D" for ::1 at 2015-06-25 13:25:48 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#new as */* Parameters: {"post_type_id"=>"2", "authenticity_token"=>"YXCusUvnRscK+h/SdF8+XI3TbBcHuL/2UdkWU1YJXQSHSkWN0CaPe3/IcMuhNJ9EMaK2p3wZnvguqrIIw2T4RQ=="} Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_element_types" Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (6.2ms) Completed 200 OK in 25ms (Views: 19.6ms | ActiveRecord: 0.6ms) Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-06-25 13:25:54 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#create as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"oMRbc7w9HZaDft/ydIZo+tTIgLALOeA1FquDjU3IhUhG/rBPJ/zUKvZMsOuh7cniaLlaAHCYwTtp2CfW2KUgCQ==", "post_type_content_element_type"=>{"label"=>"foobar", "post_type_id"=>"2"}} Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("label", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["label", 0], ["post_type_id", 2], ["created_at", "2015-06-25 19:25:54.213093"], ["updated_at", "2015-06-25 19:25:54.213093"]]  (1.3ms) commit transaction Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (26.3ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 2.0ms) ActionView::Template::Error (Missing partial post_type_content_element_types/_show with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/eric/projects/pulitzer/test/dummy/app/views" * "/Users/eric/projects/pulitzer/app/views" ): 1:
  • 2: <%= render partial: '/post_type_content_element_types/show', locals: {ptcet: ptcet} %> 3:
  • actionview (4.2.2) lib/action_view/path_set.rb:46:in `find' actionview (4.2.2) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/helpers/rendering_helper.rb:32:in `render' /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb:2:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_type_content_element_types__show_wrapper_html_erb___2318886084517521099_70308664937900' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' /Users/eric/projects/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:13:in `create' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819: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.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (23.9ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:27:31 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.8ms) Pulitzer::PostTypeContentElementType Load (0.3ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.5ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (13.7ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.6ms) ActionView::Template::Error (Missing partial post_type_content_element_types/_show_wrapper with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/eric/projects/pulitzer/test/dummy/app/views" * "/Users/eric/projects/pulitzer/app/views" ): 1: <%= ajax_link post_type.name, edit_post_type_path(post_type), {}, dom_target(post_type) %> 2:
      3: <% post_type.post_type_content_element_types.each do |ptcet| %> 4: <%= render partial: '/post_type_content_element_types/show_wrapper', locals: {ptcet: ptcet} %> 5: <% end %> 6:
    7: <%= ajax_link 'add a new content element for ' + post_type.name, new_post_type_content_element_type_path(post_type_id: post_type.id), {}, "#new_post_type_content_element_type_#{dom_id(post_type)}" %> actionview (4.2.2) lib/action_view/path_set.rb:46:in `find' actionview (4.2.2) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/helpers/rendering_helper.rb:32:in `render' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `block in ___sers_eric_projects_pulitzer_app_views_pulitzer_post_types__show_html_erb__3704407802593286411_70308687300860' activerecord (4.2.2) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.2) lib/active_record/relation/delegation.rb:46:in `each' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb:3:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types__show_html_erb__3704407802593286411_70308687300860' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/helpers/rendering_helper.rb:32:in `render' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___3341724833108414578_70308638139280' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.2) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.2.2) lib/action_view/helpers/rendering_helper.rb:32:in `render' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb:5:in `block in ___sers_eric_projects_pulitzer_app_views_pulitzer_post_types_index_html_erb__4185878318459206255_70308661100780' activerecord (4.2.2) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.2) lib/active_record/relation/delegation.rb:46:in `each' /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb:4:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types_index_html_erb__4185878318459206255_70308661100780' actionview (4.2.2) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.2) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.2) lib/action_view/template.rb:333:in `instrument' actionview (4.2.2) lib/action_view/template.rb:143:in `render' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.2) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.5ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (47.2ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:27:56 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.3ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.3ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 3]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.2ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.6ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 4]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.7ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 5]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.0ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.6ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (25.6ms) Completed 200 OK in 45ms (Views: 44.4ms | ActiveRecord: 0.6ms) Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 13:27:56 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:27:56 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:27:56 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:27:56 -0600 Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=krDSRrP0lSWBLZn1OTc7ol4WoKydhFTBDs8021mL%2Foh0ijl6KDVcmfQf9uzsXJq64md6HOYldc9xvJCAzOZbyQ%3D%3D" for ::1 at 2015-06-25 13:28:01 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#new as */* Parameters: {"post_type_id"=>"1", "authenticity_token"=>"krDSRrP0lSWBLZn1OTc7ol4WoKydhFTBDs8021mL/oh0ijl6KDVcmfQf9uzsXJq64md6HOYldc9xvJCAzOZbyQ=="} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_element_types" Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (3.0ms) Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.3ms) Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-06-25 13:28:03 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#create as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"FtnrHsJJuz82+v+rou//9/zSvXcvJ9cOtu8qsgiwtA3w4wAiWYhyg0PIkLJ3hF7vQKNnx1SG9gDJnI7pnd0RTA==", "post_type_content_element_type"=>{"label"=>"sdfg", "post_type_id"=>"1"}} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("label", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["label", 0], ["post_type_id", 1], ["created_at", "2015-06-25 19:28:03.848393"], ["updated_at", "2015-06-25 19:28:03.848393"]]  (1.4ms) commit transaction Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (15.8ms) Completed 200 OK in 34ms (Views: 29.1ms | ActiveRecord: 1.8ms) Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=krDSRrP0lSWBLZn1OTc7ol4WoKydhFTBDs8021mL%2Foh0ijl6KDVcmfQf9uzsXJq64md6HOYldc9xvJCAzOZbyQ%3D%3D" for ::1 at 2015-06-25 13:28:05 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#edit as */* Parameters: {"authenticity_token"=>"krDSRrP0lSWBLZn1OTc7ol4WoKydhFTBDs8021mL/oh0ijl6KDVcmfQf9uzsXJq64md6HOYldc9xvJCAzOZbyQ==", "id"=>"2"} Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (1.4ms) Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.2ms)  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePulitzerPostTypes (20150625192924)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625192924"]]  (0.9ms) commit transaction Migrating to CreatePulitzerContentElementTypes (20150625192925)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "pulitzer_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625192925"]]  (0.8ms) commit transaction Migrating to CreatePulitzerPosts (20150625192926)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "pulitzer_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "post_type_id" integer, "status" varchar DEFAULT 'unpublished', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625192926"]]  (0.7ms) commit transaction Migrating to CreatePulitzerContentElements (20150625192927)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "post_id" integer, "content_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625192927"]]  (0.7ms) commit transaction Migrating to CreatePulitzerTags (20150625192928)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "pulitzer_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625192928"]]  (0.7ms) commit transaction Migrating to CreatePulitzerPostTags (20150625192929)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625192929"]]  (0.7ms) commit transaction Migrating to CreatePulitzerPostTypeContentElementTypes (20150625192930)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625192930"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:29:40 -0600 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.2ms) Completed 200 OK in 22ms (Views: 18.5ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:29:40 -0600 Started GET "/assets/pulitzer/pulitzer.self-abb7c3b8c905c0f57a12813bf97c0cc077a868b1af6a9562cd4f3a72087cddc6.css?body=1" for ::1 at 2015-06-25 13:29:40 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:29:40 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:29:40 -0600 Started GET "/pulitzer/post_types/new?authenticity_token=hFe%2FJ%2B4ZUp6AIAWfMxMETdNpHogvXF1EpNMhIkyDT2JibVQbddibIvUSaobmeKVVbxjEOFT9fErboIV52e7qIw%3D%3D" for ::1 at 2015-06-25 13:29:42 -0600 Processing by Pulitzer::PostTypesController#new as */* Parameters: {"authenticity_token"=>"hFe/J+4ZUp6AIAWfMxMETdNpHogvXF1EpNMhIkyDT2JibVQbddibIvUSaobmeKVVbxjEOFT9fErboIV52e7qIw=="} Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (2.2ms) Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.3ms) Started POST "/pulitzer/post_types" for ::1 at 2015-06-25 13:29:47 -0600 Processing by Pulitzer::PostTypesController#create as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyVhT9EuB2mmftIEQuhd+9rK/XW1qZEHleATU/jl6uydH4pzSu/O1dNMvR2Xg/zjZrsnxc4IsAnqk7cIbYhPrQ==", "post_type"=>{"name"=>"General News"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "General News"], ["created_at", "2015-06-25 19:29:47.762633"], ["updated_at", "2015-06-25 19:29:47.762633"]]  (1.6ms) commit transaction Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.3ms) Completed 200 OK in 41ms (Views: 36.1ms | ActiveRecord: 2.5ms) Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=hFe%2FJ%2B4ZUp6AIAWfMxMETdNpHogvXF1EpNMhIkyDT2JibVQbddibIvUSaobmeKVVbxjEOFT9fErboIV52e7qIw%3D%3D" for ::1 at 2015-06-25 13:29:49 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#new as */* Parameters: {"post_type_id"=>"1", "authenticity_token"=>"hFe/J+4ZUp6AIAWfMxMETdNpHogvXF1EpNMhIkyDT2JibVQbddibIvUSaobmeKVVbxjEOFT9fErboIV52e7qIw=="} Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_element_types" Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (5.6ms) Completed 200 OK in 27ms (Views: 21.3ms | ActiveRecord: 0.6ms) Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-06-25 13:29:51 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#create as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"BMERPSwgTdlH39aJxLm8lNpSKBP10arIjhl/lyGvjxXi+/oBt+GEZTLtuZAR0h2MZiPyo45wi8bxatvMtMIqVA==", "post_type_content_element_type"=>{"label"=>"asdf", "post_type_id"=>"1"}} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "pulitzer_post_type_content_element_types" ("label", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["label", "asdf"], ["post_type_id", 1], ["created_at", "2015-06-25 19:29:51.442408"], ["updated_at", "2015-06-25 19:29:51.442408"]]  (1.5ms) commit transaction Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.9ms) Completed 200 OK in 39ms (Views: 31.7ms | ActiveRecord: 2.4ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:31:04 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.5ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (11.8ms) Completed 200 OK in 34ms (Views: 33.5ms | ActiveRecord: 0.3ms) Started GET "/assets/pulitzer/pulitzer.self-4833b30de2672457b7e4eedbab9e1da4474348492e2774be46e10a0e58c5faed.css?body=1" for ::1 at 2015-06-25 13:31:04 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:31:04 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:31:04 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:31:04 -0600 Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:31:42 -0600 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (30.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (33.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (44.4ms) Completed 200 OK in 219ms (Views: 210.7ms | ActiveRecord: 1.3ms) Started GET "/assets/pulitzer/pulitzer.self-4833b30de2672457b7e4eedbab9e1da4474348492e2774be46e10a0e58c5faed.css?body=1" for ::1 at 2015-06-25 13:31:43 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:31:43 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:31:43 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:31:43 -0600 Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:33:10 -0600 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (30.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (34.0ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (47.0ms) Completed 200 OK in 230ms (Views: 221.7ms | ActiveRecord: 1.6ms) Started GET "/assets/pulitzer/pulitzer.self-4833b30de2672457b7e4eedbab9e1da4474348492e2774be46e10a0e58c5faed.css?body=1" for ::1 at 2015-06-25 13:33:11 -0600 Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-06-25 13:33:11 -0600 Started GET "/assets/thin_man.self-210b8c6f609941f27be28f73cbc8f6a92aacf9ba0969ba4c5cdc52b6c3243315.js?body=1" for ::1 at 2015-06-25 13:33:11 -0600 Started GET "/assets/application.self-89655ea40500a342dad2ac571974c28abab3e3897c63fef4c2d06d7564836879.js?body=1" for ::1 at 2015-06-25 13:33:11 -0600 Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:34:09 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.3ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (1.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.1ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (10.2ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.4ms) LoadError (cannot load such file -- sass): app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___672065735116529776_70100865409060' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.0ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:35:16 -0600 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (38.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (40.9ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (51.1ms) Completed 200 OK in 252ms (Views: 246.3ms | ActiveRecord: 0.9ms) Started GET "/assets/pulitzer/pulitzer-116651d7b5cc5faef5008c4bc4f7a14b.css?body=1" for ::1 at 2015-06-25 13:35:16 -0600 Started GET "/assets/jquery-6a8903b7fb5d6193dc194fc29a1d7f9f.js?body=1" for ::1 at 2015-06-25 13:35:17 -0600 Started GET "/assets/thin_man-0c06cd8d11b4d82f76865eb9f47a3bcb.js?body=1" for ::1 at 2015-06-25 13:35:17 -0600 Started GET "/assets/application-55525c4489e4d7cd9240cb811d8391c3.js?body=1" for ::1 at 2015-06-25 13:35:17 -0600 Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:36:21 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (1.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (7.0ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.1ms) Completed 200 OK in 38ms (Views: 37.7ms | ActiveRecord: 0.3ms) Started GET "/assets/pulitzer/pulitzer-6dcd9924a86fedddb8d56c32c1c3312d.css?body=1" for ::1 at 2015-06-25 13:36:22 -0600 Started GET "/assets/thin_man-0c06cd8d11b4d82f76865eb9f47a3bcb.js?body=1" for ::1 at 2015-06-25 13:36:22 -0600 Started GET "/assets/jquery-6a8903b7fb5d6193dc194fc29a1d7f9f.js?body=1" for ::1 at 2015-06-25 13:36:22 -0600 Started GET "/assets/application-55525c4489e4d7cd9240cb811d8391c3.js?body=1" for ::1 at 2015-06-25 13:36:22 -0600 Started GET "/pulitzer/post_types/new?authenticity_token=lgE2mDsP3wTH2QfKqU9%2BXGM5kzP8wAQp5GYLzTIiT2NwO92koM4WuLLraNN8JN9E30hJg4dhJSebFa%2BWp0%2FqIg%3D%3D" for ::1 at 2015-06-25 13:36:26 -0600 Processing by Pulitzer::PostTypesController#new as */* Parameters: {"authenticity_token"=>"lgE2mDsP3wTH2QfKqU9+XGM5kzP8wAQp5GYLzTIiT2NwO92koM4WuLLraNN8JN9E30hJg4dhJSebFa+Wp0/qIg=="} Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (17.8ms) Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.0ms) Started POST "/pulitzer/post_types" for ::1 at 2015-06-25 13:36:28 -0600 Processing by Pulitzer::PostTypesController#create as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"j77/PZtKlMC+wheFEWQ63dpqKofG/70akwTGGO0ohtZphBQBAItdfMvweJzED5vFZhvwN71enBTsd2JDeEUjlw==", "post_type"=>{"name"=>"asdf"}}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "asdf"], ["created_at", "2015-06-25 19:36:28.078480"], ["updated_at", "2015-06-25 19:36:28.078480"]]  (0.7ms) commit transaction Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (14.4ms) Completed 200 OK in 31ms (Views: 27.4ms | ActiveRecord: 1.2ms) Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:36:39 -0600 Processing by Pulitzer::PostTypesController#index as HTML Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.4ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (7.2ms) Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 2]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (2.8ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (14.3ms) Completed 200 OK in 43ms (Views: 42.1ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery-6a8903b7fb5d6193dc194fc29a1d7f9f.js?body=1" for ::1 at 2015-06-25 13:36:39 -0600 Started GET "/assets/thin_man-0c06cd8d11b4d82f76865eb9f47a3bcb.js?body=1" for ::1 at 2015-06-25 13:36:39 -0600 Started GET "/assets/application-55525c4489e4d7cd9240cb811d8391c3.js?body=1" for ::1 at 2015-06-25 13:36:39 -0600 Started GET "/assets/pulitzer/pulitzer-fa045fa63c8ddf98e8d26985476121be.css?body=1" for ::1 at 2015-06-25 13:36:39 -0600 Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=nNiMQcjx5Wti%2BNsGhHZoK%2FGQ1hz63xF2H%2FZQqKZM8Xl64md9UzAs1xfKtB9RHckzTeEMrIF%2BMHhghfTzMyFUOA%3D%3D" for ::1 at 2015-06-25 13:37:12 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#edit as */* Parameters: {"authenticity_token"=>"nNiMQcjx5Wti+NsGhHZoK/GQ1hz63xF2H/ZQqKZM8Xl64md9UzAs1xfKtB9RHckzTeEMrIF+MHhghfTzMyFUOA==", "id"=>"1"} Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (5.5ms) Completed 200 OK in 26ms (Views: 19.3ms | ActiveRecord: 0.2ms) Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-06-25 13:37:51 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#update as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"IltykIKjZT9F7dTPQWin+wLSgpn5AHe9wRdh7s9AsD/EYZmsGWKsgzDfu9aUAwbjvqNYKYKhVrO+ZMW1Wi0Vfg==", "post_type_content_element_type"=>{"label"=>"asdf"}, "id"=>"1"} Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.1ms) ActionView::MissingTemplate (Missing template pulitzer/post_type_content_element_types/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/eric/projects/pulitzer/test/dummy/app/views" * "/Users/eric/projects/pulitzer/app/views" ): actionview (4.2.2) lib/action_view/path_set.rb:46:in `find' actionview (4.2.2) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.2) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.2) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.2) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.2) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.2) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.2) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.2) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.2) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.2) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.2) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.2) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.2) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.2) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/railtie.rb:194:in `public_send' railties (4.2.2) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.2) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819: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.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.2) lib/active_record/migration.rb:378:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (0.4ms) Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-06-25 13:38:30 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#update as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"IltykIKjZT9F7dTPQWin+wLSgpn5AHe9wRdh7s9AsD/EYZmsGWKsgzDfu9aUAwbjvqNYKYKhVrO+ZMW1Wi0Vfg==", "post_type_content_element_type"=>{"label"=>"asdf"}, "id"=>"1"} Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms) Completed 200 OK in 22ms (Views: 14.4ms | ActiveRecord: 0.7ms) Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=nNiMQcjx5Wti%2BNsGhHZoK%2FGQ1hz63xF2H%2FZQqKZM8Xl64md9UzAs1xfKtB9RHckzTeEMrIF%2BMHhghfTzMyFUOA%3D%3D" for ::1 at 2015-06-25 13:38:32 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#edit as */* Parameters: {"authenticity_token"=>"nNiMQcjx5Wti+NsGhHZoK/GQ1hz63xF2H/ZQqKZM8Xl64md9UzAs1xfKtB9RHckzTeEMrIF+MHhghfTzMyFUOA==", "id"=>"1"} Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "pulitzer_content_element_types" Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (7.0ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.6ms) Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-06-25 13:38:34 -0600 Processing by Pulitzer::PostTypeContentElementTypesController#update as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wq65cswXRnw8pr4RgDmxrAmjG7NhwxJBZCfL4at5MKC8lFJOV9aPwEmU0QhVUhC0tdLBAxpiM08bVG+6PhSV4Q==", "post_type_content_element_type"=>{"label"=>"asdf"}, "id"=>"1"} Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.4ms) Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.2ms) Started GET "/pulitzer/post_types/1/edit?authenticity_token=nNiMQcjx5Wti%2BNsGhHZoK%2FGQ1hz63xF2H%2FZQqKZM8Xl64md9UzAs1xfKtB9RHckzTeEMrIF%2BMHhghfTzMyFUOA%3D%3D" for ::1 at 2015-06-25 13:41:29 -0600 Processing by Pulitzer::PostTypesController#edit as */* Parameters: {"authenticity_token"=>"nNiMQcjx5Wti+NsGhHZoK/GQ1hz63xF2H/ZQqKZM8Xl64md9UzAs1xfKtB9RHckzTeEMrIF+MHhghfTzMyFUOA==", "id"=>"1"} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_form.html.erb (2.6ms) Completed 200 OK in 22ms (Views: 15.6ms | ActiveRecord: 0.3ms) Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-06-25 13:41:32 -0600 Processing by Pulitzer::PostTypesController#update as */* Parameters: {"utf8"=>"✓", "authenticity_token"=>"YKkb+uqsV1dHarcW4LyD3VvYxKiq7w0aDy/Hf7O3LLWGk/DGcW2e6zJY2A811yLF56keGNFOLBRwXGMkJtqJ9A==", "post_type"=>{"name"=>"General News"}, "id"=>"1"} Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]] Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.3ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (12.7ms) Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (27.9ms) Completed 200 OK in 42ms (Views: 39.7ms | ActiveRecord: 0.3ms) Started GET "/api/feeds/homeaway/listing_content_index" for ::1 at 2015-06-25 17:38:00 -0600 ActionController::RoutingError (No route matches [GET] "/api/feeds/homeaway/listing_content_index"): actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.2) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.2) lib/rails/engine.rb:518:in `call' railties (4.2.2) lib/rails/application.rb:164:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /Users/eric/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.9ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (86.6ms)