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
[1m[36mPulitzer::PostType Load (0.4ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
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:
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)
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePulitzerPostTypes (20150625172832)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172832"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to CreatePulitzerContentElementTypes (20150625172833)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172833"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to CreatePulitzerPosts (20150625172834)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE 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) [0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150625172834"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to CreatePulitzerContentElements (20150625172835)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePulitzerPostTypes (20150625172938)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
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)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (2.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPostTypes (20150625172938)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625172938"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150625172939)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625172939"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150625172940)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625172940"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150625172941)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625172941"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150625172942)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625172942"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150625172943)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625172943"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150625172944)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625172944"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Started GET "/pulitzer" for ::1 at 2015-06-25 11:30:16 -0600
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Processing by Pulitzer::PostTypesController#index as HTML
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
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
[1m[35mPulitzer::PostType Load (0.3ms)[0m 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"}}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m 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"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
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"}}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "General News"], ["created_at", "2015-06-25 17:34:49.381095"], ["updated_at", "2015-06-25 17:34:49.381095"]]
[1m[35m (0.7ms)[0m 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
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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
[1m[36mPulitzer::PostType Load (0.4ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.3ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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
[1m[36mPulitzer::PostType Load (0.3ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.2ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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"}}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m 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"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
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
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.2ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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"}}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "TestType"], ["created_at", "2015-06-25 18:36:03.298894"], ["updated_at", "2015-06-25 18:36:03.298894"]]
[1m[35m (1.4ms)[0m 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
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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"}}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m 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"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
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
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m 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"}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["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
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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=="}
[1m[35mPulitzer::PostType Load (0.2ms)[0m 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"}}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["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
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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
[1m[36mPulitzer::PostType Load (0.3ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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=="}
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["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
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.3ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m 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"}}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["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
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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=="}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m 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"}}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["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=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m 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
[1m[36mPulitzer::PostType Load (0.3ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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=="}
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
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"}}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m 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"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
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
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.3ms)[0m 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
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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)
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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=="}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
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"}}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m 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"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
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"}
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m 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)
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPostTypes (20150625192924)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192924"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150625192925)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192925"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150625192926)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192926"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150625192927)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192927"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150625192928)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192928"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150625192929)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192929"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150625192930)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192930"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-06-25 13:29:40 -0600
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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"}}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m 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"]]
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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=="}
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
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"}}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m 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"]]
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
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
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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"}}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "asdf"], ["created_at", "2015-06-25 19:36:28.078480"], ["updated_at", "2015-06-25 19:36:28.078480"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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"}
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT 1[0m [["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"}
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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"}
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
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"}
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m 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"}
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
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"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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"}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m 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)
Started GET "/" for ::1 at 2015-06-29 13:25:29 -0600
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
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.9ms)
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
Started GET "/pulitzer" for ::1 at 2015-06-29 13:25:33 -0600
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.6ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.7ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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.4ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (41.9ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (45.1ms)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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.6ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (60.6ms)
Completed 200 OK in 129ms (Views: 120.1ms | ActiveRecord: 2.1ms)
Started GET "/assets/pulitzer/pulitzer-fa045fa63c8ddf98e8d26985476121be.css?body=1" for ::1 at 2015-06-29 13:25:34 -0600
Started GET "/assets/jquery-6a8903b7fb5d6193dc194fc29a1d7f9f.js?body=1" for ::1 at 2015-06-29 13:25:34 -0600
Started GET "/assets/thin_man-0c06cd8d11b4d82f76865eb9f47a3bcb.js?body=1" for ::1 at 2015-06-29 13:25:34 -0600
Started GET "/assets/application-55525c4489e4d7cd9240cb811d8391c3.js?body=1" for ::1 at 2015-06-29 13:25:34 -0600
Started GET "/pulitzer" for ::1 at 2015-07-06 14:14:24 -0600
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
ActiveRecord::PendingMigrationError (
Migrations are pending. To resolve this issue, run:
bin/rake db:migrate RAILS_ENV=development
):
activerecord (4.2.2) lib/active_record/migration.rb:393:in `check_pending!'
activerecord (4.2.2) lib/active_record/migration.rb:374: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 (5.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.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.7ms)
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 (51.7ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150629195832)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "plural" boolean[0m
[1m[35m (0.2ms)[0m ALTER TABLE "pulitzer_post_types" ADD "template" boolean
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150629195832"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddPulitzerContentElementTypes (20150702150819)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.9ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", "2015-07-06 20:14:47.568707"], ["updated_at", "2015-07-06 20:14:47.568707"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Image"], ["created_at", "2015-07-06 20:14:47.570974"], ["updated_at", "2015-07-06 20:14:47.570974"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150702150819"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Started GET "/pulitzer" for ::1 at 2015-07-06 14:14:49 -0600
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Processing by Pulitzer::PostTypesController#index as HTML
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (26.3ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (29.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (43.2ms)
Completed 500 Internal Server Error in 56ms (ActiveRecord: 1.0ms)
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/posts", :id=>nil} missing required keys: [:id]):
3:
4: <%= ajax_link post_type.name, edit_post_type_path(post_type), {}, dom_target(post_type) %>
5:
6: <%= link_to_posts(post_type, 'Index', 'Manage') %>
7:
8:
9:
actionpack (4.2.2) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:727:in `generate'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:758:in `generate'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:801:in `url_for'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:280:in `call'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:223:in `call'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
/Users/eric/projects/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb:6:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types__show_html_erb___1567227344749429654_70270552016340'
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__529365800316708892_70270552053820'
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__1089308736809802877_70270552431520'
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__1089308736809802877_70270552431520'
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.7ms)
Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
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.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 (54.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-07-06 14:15:05 -0600
Processing by Pulitzer::PostTypesController#index as HTML
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["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.6ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.7ms)
Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/posts", :id=>nil} missing required keys: [:id]):
3: -
4: <%= ajax_link post_type.name, edit_post_type_path(post_type), {}, dom_target(post_type) %>
5:
6: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
7:
8:
9:
actionpack (4.2.2) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:727:in `generate'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:758:in `generate'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:801:in `url_for'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:280:in `call'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:223:in `call'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
/Users/eric/projects/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb:6:in `___sers_eric_projects_pulitzer_app_views_pulitzer_post_types__show_html_erb___1567227344749429654_70270552016340'
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__529365800316708892_70270552053820'
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__1089308736809802877_70270552431520'
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__1089308736809802877_70270552431520'
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 (10.5ms)
Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
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 (51.0ms)
[1m[36mPulitzer::PostType Load (2.8ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
[1m[35mSQL (1.1ms)[0m UPDATE "pulitzer_post_types" SET "plural" = 't'
Started GET "/pulitzer" for ::1 at 2015-07-06 16:29:19 -0600
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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.5ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (51.8ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (55.6ms)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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.1ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (82.5ms)
Completed 200 OK in 343ms (Views: 333.4ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer/pulitzer-50e0f26f2db10e1aded218a8033cf8ba.css?body=1" for ::1 at 2015-07-06 16:29:20 -0600
Started GET "/assets/jquery-6a8903b7fb5d6193dc194fc29a1d7f9f.js?body=1" for ::1 at 2015-07-06 16:29:20 -0600
Started GET "/assets/thin_man-0c06cd8d11b4d82f76865eb9f47a3bcb.js?body=1" for ::1 at 2015-07-06 16:29:20 -0600
Started GET "/assets/application-55525c4489e4d7cd9240cb811d8391c3.js?body=1" for ::1 at 2015-07-06 16:29:20 -0600
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=vDWwacAj%2B6yBHtO49CpKRsuIDiUKwDTiEbqKmkCQhT6%2BfRIh0OYH9hCEx8KWIa974hImRqDKCWbX%2FzMRZrklvg%3D%3D" for ::1 at 2015-07-06 16:29:34 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"vDWwacAj+6yBHtO49CpKRsuIDiUKwDTiEbqKmkCQhT6+fRIh0OYH9hCEx8KWIa974hImRqDKCWbX/zMRZrklvg==", "id"=>"1"}
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m 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 (28.1ms)
Completed 200 OK in 49ms (Views: 41.6ms | ActiveRecord: 0.7ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-07-06 16:29:48 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"binHaTrEIuF3Xcvqmst2uvzeOd4ZkuMopkR2I2ZAAUxsYWUhKgHeu+bH35D4wJOH1UQRvbOY3qxgAc+oQGmhzA==", "post_type_content_element_type"=>{"label"=>"main body", "content_element_type_id"=>"1"}, "id"=>"1"}
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "main body"], ["content_element_type_id", 1], ["updated_at", "2015-07-06 22:29:48.733646"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Completed 200 OK in 20ms (Views: 14.7ms | ActiveRecord: 1.3ms)
Started GET "/pulitzer/post_types/2/edit?authenticity_token=vDWwacAj%2B6yBHtO49CpKRsuIDiUKwDTiEbqKmkCQhT6%2BfRIh0OYH9hCEx8KWIa974hImRqDKCWbX%2FzMRZrklvg%3D%3D" for ::1 at 2015-07-06 16:29:50 -0600
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"vDWwacAj+6yBHtO49CpKRsuIDiUKwDTiEbqKmkCQhT6+fRIh0OYH9hCEx8KWIa974hImRqDKCWbX/zMRZrklvg==", "id"=>"2"}
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_form.html.erb (22.3ms)
Completed 200 OK in 37ms (Views: 35.7ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/post_types/2" for ::1 at 2015-07-06 16:29:58 -0600
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DLXMsDNOPeWjZ3SmS53PEFS/GxvY4v9zQxnHEytvjGYO/W74I4vBvzL9YNwpliotfSUzeHLowveFXH6YDUYs5g==", "post_type"=>{"name"=>"Owners", "plural"=>"0", "template"=>"0"}, "id"=>"2"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_post_types" SET "name" = ?, "plural" = ?, "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["name", "Owners"], ["plural", "f"], ["template", "f"], ["updated_at", "2015-07-06 22:29:58.229973"], ["id", 2]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Owners"], ["post_type_id", 2], ["created_at", "2015-07-06 22:29:58.243506"], ["updated_at", "2015-07-06 22:29:58.243506"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["post_type_id", 2]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.8ms)
Completed 200 OK in 38ms (Views: 17.8ms | ActiveRecord: 3.7ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=vDWwacAj%2B6yBHtO49CpKRsuIDiUKwDTiEbqKmkCQhT6%2BfRIh0OYH9hCEx8KWIa974hImRqDKCWbX%2FzMRZrklvg%3D%3D" for ::1 at 2015-07-06 16:30:02 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"2", "authenticity_token"=>"vDWwacAj+6yBHtO49CpKRsuIDiUKwDTiEbqKmkCQhT6+fRIh0OYH9hCEx8KWIa974hImRqDKCWbX/zMRZrklvg=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (5.2ms)
Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-07-06 16:30:07 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TWv1DKTMm3TxjF64PmBLaS56qHsCcVgq7zF/FNsyjjxPI1dEtAlnLmAWSsJca65UB+CAGKh7Za4pdMaf/RsuvA==", "post_type_content_element_type"=>{"label"=>"hero", "content_element_type_id"=>"2", "post_type_id"=>"2"}}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "hero"], ["content_element_type_id", 2], ["post_type_id", 2], ["created_at", "2015-07-06 22:30:07.244366"], ["updated_at", "2015-07-06 22:30:07.244366"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
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 (15.6ms)
Completed 200 OK in 36ms (Views: 29.9ms | ActiveRecord: 2.0ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=vDWwacAj%2B6yBHtO49CpKRsuIDiUKwDTiEbqKmkCQhT6%2BfRIh0OYH9hCEx8KWIa974hImRqDKCWbX%2FzMRZrklvg%3D%3D" for ::1 at 2015-07-06 16:30:24 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"vDWwacAj+6yBHtO49CpKRsuIDiUKwDTiEbqKmkCQhT6+fRIh0OYH9hCEx8KWIa974hImRqDKCWbX/zMRZrklvg=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (2.4ms)
Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-07-06 16:30:31 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"43IjrAA0lhDlgxsfKX/X6fTT0uW6XT9trRICZk2JpqPhOoHkEPFqSnQZD2VLdDLU3Un6hhBXAulrV7vta6AGIw==", "post_type_content_element_type"=>{"label"=>"hero", "content_element_type_id"=>"2", "post_type_id"=>"1"}}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "hero"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2015-07-06 22:30:31.264506"], ["updated_at", "2015-07-06 22:30:31.264506"]]
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
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 (15.0ms)
Completed 200 OK in 35ms (Views: 28.8ms | ActiveRecord: 2.1ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=vDWwacAj%2B6yBHtO49CpKRsuIDiUKwDTiEbqKmkCQhT6%2BfRIh0OYH9hCEx8KWIa974hImRqDKCWbX%2FzMRZrklvg%3D%3D" for ::1 at 2015-07-06 16:30:34 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"2", "authenticity_token"=>"vDWwacAj+6yBHtO49CpKRsuIDiUKwDTiEbqKmkCQhT6+fRIh0OYH9hCEx8KWIa974hImRqDKCWbX/zMRZrklvg=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (3.1ms)
Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-07-06 16:30:39 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z1lBDHv+oekov0z6xznu3j6hpLtRMgAV8g22g3NwIi1lEeNEaztds7klWIClMgvjFzuM2Ps4PZE0SA8IVVmCrQ==", "post_type_content_element_type"=>{"label"=>"main body", "content_element_type_id"=>"1", "post_type_id"=>"2"}}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "main body"], ["content_element_type_id", 1], ["post_type_id", 2], ["created_at", "2015-07-06 22:30:39.071063"], ["updated_at", "2015-07-06 22:30:39.071063"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
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 (13.9ms)
Completed 200 OK in 35ms (Views: 28.5ms | ActiveRecord: 2.4ms)
Started GET "/pulitzer/posts/1" for ::1 at 2015-07-06 16:30:51 -0600
Processing by Pulitzer::PostsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.8ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.8ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/show.html.erb within layouts/application (6.1ms)
Completed 200 OK in 27ms (Views: 25.1ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/1/edit_multiple" for ::1 at 2015-07-06 16:30:56 -0600
Processing by Pulitzer::ContentElementsController#edit_multiple as HTML
Parameters: {"post_id"=>"1"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 2]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/edit_multiple.html.erb within layouts/application (6.0ms)
Completed 200 OK in 28ms (Views: 23.2ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/1" for ::1 at 2015-07-06 16:30:59 -0600
Processing by Pulitzer::PostsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.7ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.9ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/show.html.erb within layouts/application (4.6ms)
Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-07-06 16:31:01 -0600
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.2ms)
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_type_content_element_types/_show.html.erb (0.2ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (1.6ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.7ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.8ms)
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 2]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 2]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.2ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (1.9ms)
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.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.4ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.8ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (26.4ms)
Completed 200 OK in 50ms (Views: 49.2ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-07-06 16:31:28 -0600
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (1.7ms)
Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/new?post_type_id=1&authenticity_token=5qIZhH6LGOnhvatyjdiO%2BtE1cbd9WIms%2FoWQiiHfAt3k6rvMbk7ks3Anvwjv02vH%2BK9Z1NdStCg4wCkBB%2FaiXQ%3D%3D" for ::1 at 2015-07-06 16:31:30 -0600
Processing by Pulitzer::PostsController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"5qIZhH6LGOnhvatyjdiO+tE1cbd9WIms/oWQiiHfAt3k6rvMbk7ks3Anvwjv02vH+K9Z1NdStCg4wCkBB/aiXQ=="}
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_new.html.erb (3.1ms)
Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/posts" for ::1 at 2015-07-06 16:31:37 -0600
Processing by Pulitzer::PostsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"lsqccTXJEMquzwYxiGzYCumtac4SpY9HY+ozn5pbuKOUgj45JQzskD9VEkvqZz03wDdBrbivssOlr4oUvHIYIw==", "post"=>{"title"=>"New restaurant!", "post_type_id"=>"1"}}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "New restaurant!"], ["post_type_id", 1], ["created_at", "2015-07-06 22:31:37.729818"], ["updated_at", "2015-07-06 22:31:37.729818"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m rollback transaction
Completed 500 Internal Server Error in 16ms (ActiveRecord: 2.5ms)
ActiveModel::MissingAttributeError (can't write unknown attribute `content_element_type_id`):
activerecord (4.2.2) lib/active_record/attribute.rb:138:in `with_value_from_database'
activerecord (4.2.2) lib/active_record/attribute_set.rb:39:in `write_from_user'
activerecord (4.2.2) lib/active_record/attribute_methods/write.rb:74:in `write_attribute_with_type_cast'
activerecord (4.2.2) lib/active_record/attribute_methods/write.rb:56:in `write_attribute'
activerecord (4.2.2) lib/active_record/attribute_methods/dirty.rb:96:in `write_attribute'
activerecord (4.2.2) lib/active_record/attribute_methods.rb:373:in `[]='
activerecord (4.2.2) lib/active_record/associations/belongs_to_association.rb:83:in `replace_keys'
activerecord (4.2.2) lib/active_record/associations/belongs_to_association.rb:14:in `replace'
activerecord (4.2.2) lib/active_record/associations/singular_association.rb:17:in `writer'
activerecord (4.2.2) lib/active_record/associations/builder/association.rb:123:in `content_element_type='
/Users/eric/projects/pulitzer/app/interactions/pulitzer/setup_post_elements.rb:12:in `block (2 levels) in call'
activerecord (4.2.2) lib/active_record/associations/collection_association.rb:500:in `block (2 levels) in _create_record'
activerecord (4.2.2) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.2) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.2) lib/active_record/associations/collection_association.rb:499:in `block in _create_record'
activerecord (4.2.2) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.2) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.2) lib/active_record/connection_adapters/abstract/transaction.rb:188:in `within_new_transaction'
activerecord (4.2.2) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.2) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.2) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.2) lib/active_record/associations/collection_association.rb:498:in `_create_record'
activerecord (4.2.2) lib/active_record/associations/has_many_association.rb:180:in `_create_record'
activerecord (4.2.2) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.2) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/eric/projects/pulitzer/app/interactions/pulitzer/setup_post_elements.rb:10:in `block in call'
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/interactions/pulitzer/setup_post_elements.rb:9:in `call'
/Users/eric/projects/pulitzer/app/controllers/pulitzer/posts_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 (3.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.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.8ms)
Rendered /Users/eric/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (40.8ms)
[1m[36m (1.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPostTypes (20150625192924)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192924"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150625192925)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192925"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150625192926)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192926"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150625192927)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "post_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192927"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150625192928)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192928"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150625192929)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192929"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150625192930)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m 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)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150625192930"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150629195832)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150629195832"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150702150819)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-07-06 22:32:35.826342"], ["updated_at", "2015-07-06 22:32:35.826342"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-07-06 22:32:35.827982"], ["updated_at", "2015-07-06 22:32:35.827982"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150702150819"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Started GET "/pulitzer" for ::1 at 2015-07-06 16:32:53 -0600
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 67ms (Views: 59.4ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types/new?authenticity_token=y0phWX%2BC68wRgtu2bZU4M%2F1%2B0ZkiEihHD%2BziNBEqu6nJAsMRb0cXloAYz8wPnt0O1OT5%2BogYFcPJqVu%2FNwMbKQ%3D%3D" for ::1 at 2015-07-06 16:32:54 -0600
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"y0phWX+C68wRgtu2bZU4M/1+0ZkiEihHD+ziNBEqu6nJAsMRb0cXloAYz8wPnt0O1OT5+ogYFcPJqVu/NwMbKQ=="}
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (35.8ms)
Completed 200 OK in 62ms (Views: 53.5ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-07-06 16:33:08 -0600
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DDwW4iaxVgKGURO5+5rElN7j4kNMGs7Z7mUNLQgTZ9gOdLSqNnSqWBfLB8OZkSGp93nKIOYQ810oILSmLjrHWA==", "post_type"=>{"name"=>"News Article", "plural"=>"1", "template"=>"1"}}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "News Article"], ["plural", "t"], ["template", "t"], ["created_at", "2015-07-06 22:33:08.091912"], ["updated_at", "2015-07-06 22:33:08.091912"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m 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 (29.5ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (44.6ms)
Completed 200 OK in 66ms (Views: 58.4ms | ActiveRecord: 2.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=y0phWX%2BC68wRgtu2bZU4M%2F1%2B0ZkiEihHD%2BziNBEqu6nJAsMRb0cXloAYz8wPnt0O1OT5%2BogYFcPJqVu%2FNwMbKQ%3D%3D" for ::1 at 2015-07-06 16:33:09 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"y0phWX+C68wRgtu2bZU4M/1+0ZkiEihHD+ziNBEqu6nJAsMRb0cXloAYz8wPnt0O1OT5+ogYFcPJqVu/NwMbKQ=="}
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m 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 (10.7ms)
Completed 200 OK in 35ms (Views: 25.6ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-07-06 16:34:13 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7N5O4ZGQEI8XiAJh4ai/eR2gibmkMEX9aO/M+qxYK7vuluypgVXs1YYSFhuDo1pENDqh2g46eHmuqnVxinGLOw==", "post_type_content_element_type"=>{"label"=>"Hero", "content_element_type_id"=>"2", "post_type_id"=>"1"}}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.2ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label", "Hero"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2015-07-06 22:34:13.747218"], ["updated_at", "2015-07-06 22:34:13.747218"]]
[1m[35m (1.3ms)[0m commit transaction
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 (16.5ms)
Completed 200 OK in 39ms (Views: 32.8ms | ActiveRecord: 2.1ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=y0phWX%2BC68wRgtu2bZU4M%2F1%2B0ZkiEihHD%2BziNBEqu6nJAsMRb0cXloAYz8wPnt0O1OT5%2BogYFcPJqVu%2FNwMbKQ%3D%3D" for ::1 at 2015-07-06 16:34:14 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"y0phWX+C68wRgtu2bZU4M/1+0ZkiEihHD+ziNBEqu6nJAsMRb0cXloAYz8wPnt0O1OT5+ogYFcPJqVu/NwMbKQ=="}
[1m[36mPulitzer::PostType Load (0.3ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m 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.3ms)
Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-07-06 16:34:19 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"aL0fETAs92bfchC8yjpLDyUF8OCujzLI3cUosslPOa9q9b1ZIOkLPE7oBMaoMa4yDJ/YgwSFD0wbgJE572aZLw==", "post_type_content_element_type"=>{"label"=>"Main Body", "content_element_type_id"=>"1", "post_type_id"=>"1"}}
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label", "Main Body"], ["content_element_type_id", 1], ["post_type_id", 1], ["created_at", "2015-07-06 22:34:19.607287"], ["updated_at", "2015-07-06 22:34:19.607287"]]
[1m[35m (1.3ms)[0m commit transaction
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 (14.3ms)
Completed 200 OK in 34ms (Views: 27.9ms | ActiveRecord: 1.9ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-07-06 16:34:23 -0600
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (1.9ms)
Completed 200 OK in 27ms (Views: 19.7ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/new?post_type_id=1&authenticity_token=S4LCcYjyoMqdAS2rYOu8Ua1RxjQrpuFqZLAu%2BF2%2Fs79JymA5mDdckAybOdEC4FlshMvuV4Gs3O6i9Zdze5YTPw%3D%3D" for ::1 at 2015-07-06 16:34:28 -0600
Processing by Pulitzer::PostsController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"S4LCcYjyoMqdAS2rYOu8Ua1RxjQrpuFqZLAu+F2/s79JymA5mDdckAybOdEC4FlshMvuV4Gs3O6i9Zdze5YTPw=="}
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_new.html.erb (3.0ms)
Completed 200 OK in 19ms (Views: 15.4ms | ActiveRecord: 0.1ms)
Started POST "/pulitzer/posts" for ::1 at 2015-07-06 16:34:38 -0600
Processing by Pulitzer::PostsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dDLvMMi0nltpS+0ngEGvUePCvgaMlo4BrVwkLKnZ3RZ2ek142HFiAfjR+V3iSkpsyliWZSacs4VrGZ2nj/B9lg==", "post"=>{"title"=>"New Restaurant!", "post_type_id"=>"1"}}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "New Restaurant!"], ["post_type_id", 1], ["created_at", "2015-07-06 22:34:38.419308"], ["updated_at", "2015-07-06 22:34:38.419308"]]
[1m[35m (1.4ms)[0m commit transaction
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.3ms)[0m 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]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "Hero"], ["content_element_type_id", 2], ["created_at", "2015-07-06 22:34:38.438368"], ["updated_at", "2015-07-06 22:34:38.438368"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "Main Body"], ["content_element_type_id", 1], ["created_at", "2015-07-06 22:34:38.442181"], ["updated_at", "2015-07-06 22:34:38.442181"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (15.3ms)
Completed 200 OK in 56ms (Views: 30.1ms | ActiveRecord: 5.0ms)
Started GET "/pulitzer/posts/1/edit_multiple" for ::1 at 2015-07-06 16:34:41 -0600
Processing by Pulitzer::ContentElementsController#edit_multiple as HTML
Parameters: {"post_id"=>"1"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/edit_multiple.html.erb within layouts/application (6.2ms)
Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-07-06 16:35:58 -0600
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.7ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.3ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (6.7ms)
Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-07-06 16:36:02 -0600
Processing by Pulitzer::PostTypesController#index as HTML
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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 (2.3ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.2ms)
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 (9.2ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.3ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (13.9ms)
Completed 200 OK in 34ms (Views: 33.5ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-07-06 16:36:04 -0600
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.5ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (1.9ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (5.8ms)
Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/1/edit_multiple" for ::1 at 2015-07-06 16:36:10 -0600
Processing by Pulitzer::ContentElementsController#edit_multiple as HTML
Parameters: {"post_id"=>"1"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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/content_elements/edit_multiple.html.erb within layouts/application (4.7ms)
Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-07-06 16:36:14 -0600
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.4ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (1.9ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-07-06 16:36:15 -0600
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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_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 (3.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.6ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.2ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (15.1ms)
Completed 200 OK in 33ms (Views: 32.5ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/" for ::1 at 2015-07-06 16:38:03 -0600
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["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 (2.4ms)
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 (9.1ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.5ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (13.1ms)
Completed 200 OK in 33ms (Views: 32.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types/new?authenticity_token=a75zufQ8coIhXb%2BhWxu%2BBIHPFW%2BRGwj1FIQ%2FLhiykuVp9tHx5PmO2LDHq9s5EFs5qFU9DDsRNXHSwYalPpsyZQ%3D%3D" for ::1 at 2015-07-06 16:38:14 -0600
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"a75zufQ8coIhXb+hWxu+BIHPFW+RGwj1FIQ/LhiykuVp9tHx5PmO2LDHq9s5EFs5qFU9DDsRNXHSwYalPpsyZQ=="}
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (16.4ms)
Completed 200 OK in 29ms (Views: 28.9ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-07-06 16:38:20 -0600
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"vUvhFRdgpbl7JZPzAiEcn0u58Vjy7tn67LEoDNcHjgi/A0NdB6VZ4+q/h4lgKvmiYiPZO1jk5H4q9JGH8S4uiA==", "post_type"=>{"name"=>"Owner Page", "plural"=>"0", "template"=>"1"}}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Owner Page"], ["plural", "f"], ["template", "t"], ["created_at", "2015-07-06 22:38:20.768305"], ["updated_at", "2015-07-06 22:38:20.768305"]]
[1m[35m (1.4ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["post_type_id", 2]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Owner Page"], ["post_type_id", 2], ["created_at", "2015-07-06 22:38:20.775543"], ["updated_at", "2015-07-06 22:38:20.775543"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 2]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.9ms)
Completed 200 OK in 43ms (Views: 31.4ms | ActiveRecord: 3.4ms)
Started GET "/pulitzer/post_types/new?authenticity_token=a75zufQ8coIhXb%2BhWxu%2BBIHPFW%2BRGwj1FIQ%2FLhiykuVp9tHx5PmO2LDHq9s5EFs5qFU9DDsRNXHSwYalPpsyZQ%3D%3D" for ::1 at 2015-07-06 16:38:22 -0600
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"a75zufQ8coIhXb+hWxu+BIHPFW+RGwj1FIQ/LhiykuVp9tHx5PmO2LDHq9s5EFs5qFU9DDsRNXHSwYalPpsyZQ=="}
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (18.5ms)
Completed 200 OK in 34ms (Views: 33.3ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-07-06 16:38:32 -0600
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"eYku8PmMdNc4MUz2ob6l7NFtBlUO6QSZYV8JPDLvomx7wYy46UmIjamrWIzDtUDR+PcuNqTjOR2nGrC3FMYC7A==", "post_type"=>{"name"=>"Home Page", "plural"=>"0", "template"=>"1"}}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Home Page"], ["plural", "f"], ["template", "t"], ["created_at", "2015-07-06 22:38:32.215218"], ["updated_at", "2015-07-06 22:38:32.215218"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Home Page"], ["post_type_id", 3], ["created_at", "2015-07-06 22:38:32.219988"], ["updated_at", "2015-07-06 22:38:32.219988"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.3ms)[0m 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]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["post_type_id", 3]]
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 37ms (Views: 27.3ms | ActiveRecord: 3.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=a75zufQ8coIhXb%2BhWxu%2BBIHPFW%2BRGwj1FIQ%2FLhiykuVp9tHx5PmO2LDHq9s5EFs5qFU9DDsRNXHSwYalPpsyZQ%3D%3D" for ::1 at 2015-07-06 16:38:35 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"2", "authenticity_token"=>"a75zufQ8coIhXb+hWxu+BIHPFW+RGwj1FIQ/LhiykuVp9tHx5PmO2LDHq9s5EFs5qFU9DDsRNXHSwYalPpsyZQ=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (2.9ms)
Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-07-06 16:38:43 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"u4mXAPXGjcLygLC2s5LajI6wKEV+muSdP+XqQkkVlri5wTVI5QNxmGMapMzRmT+xpyoAJtSQ2Rn5oFPJbzw2OA==", "post_type_content_element_type"=>{"label"=>"hero", "content_element_type_id"=>"2", "post_type_id"=>"2"}}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "hero"], ["content_element_type_id", 2], ["post_type_id", 2], ["created_at", "2015-07-06 22:38:43.176974"], ["updated_at", "2015-07-06 22:38:43.176974"]]
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
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.0ms)
Completed 200 OK in 39ms (Views: 32.0ms | ActiveRecord: 2.0ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=a75zufQ8coIhXb%2BhWxu%2BBIHPFW%2BRGwj1FIQ%2FLhiykuVp9tHx5PmO2LDHq9s5EFs5qFU9DDsRNXHSwYalPpsyZQ%3D%3D" for ::1 at 2015-07-06 16:38:44 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"2", "authenticity_token"=>"a75zufQ8coIhXb+hWxu+BIHPFW+RGwj1FIQ/LhiykuVp9tHx5PmO2LDHq9s5EFs5qFU9DDsRNXHSwYalPpsyZQ=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (2.8ms)
Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-07-06 16:38:47 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HvBlMWxjv7T9YK4P0iDMkOcfwhwmRY4XnA/KADs3zw8cuMd5fKZD7mz6unWwKymtzoXqf4xPs5NaSnOLHR5vjw==", "post_type_content_element_type"=>{"label"=>"Main Body", "content_element_type_id"=>"1", "post_type_id"=>"2"}}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Main Body"], ["content_element_type_id", 1], ["post_type_id", 2], ["created_at", "2015-07-06 22:38:47.539135"], ["updated_at", "2015-07-06 22:38:47.539135"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
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 (15.2ms)
Completed 200 OK in 37ms (Views: 32.2ms | ActiveRecord: 1.8ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=a75zufQ8coIhXb%2BhWxu%2BBIHPFW%2BRGwj1FIQ%2FLhiykuVp9tHx5PmO2LDHq9s5EFs5qFU9DDsRNXHSwYalPpsyZQ%3D%3D" for ::1 at 2015-07-06 16:39:01 -0600
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"a75zufQ8coIhXb+hWxu+BIHPFW+RGwj1FIQ/LhiykuVp9tHx5PmO2LDHq9s5EFs5qFU9DDsRNXHSwYalPpsyZQ==", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m 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/shared/_error_messages.erb (0.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_form.html.erb (16.4ms)
Completed 200 OK in 31ms (Views: 30.3ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-07-06 16:39:07 -0600
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NgGGDDG9q5a4g9e1Vtv9fcyUSBp0Tl7P6uk67F2AgUo0SSREIXhXzCkZw8800BhA5Q5ged5EY0ssrINne6khyg==", "post_type"=>{"name"=>"News Article", "plural"=>"1", "template"=>"1"}, "id"=>"1"}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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 (14.4ms)
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 (15.9ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (65.5ms)
Completed 200 OK in 80ms (Views: 77.7ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-07-06 16:39:15 -0600
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.5ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/new?post_type_id=1&authenticity_token=f0KXkMP9NlRhl29YrCtoDRUOtCsEtlX0jh1wBKU1Wrh9CjXY0zjKDvANeyLOII0wPJScSK68aHBIWMmPgxz6OA%3D%3D" for ::1 at 2015-07-06 16:39:16 -0600
Processing by Pulitzer::PostsController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"f0KXkMP9NlRhl29YrCtoDRUOtCsEtlX0jh1wBKU1Wrh9CjXY0zjKDvANeyLOII0wPJScSK68aHBIWMmPgxz6OA=="}
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_new.html.erb (2.0ms)
Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/posts" for ::1 at 2015-07-06 16:39:24 -0600
Processing by Pulitzer::PostsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9EkhxkWvxIBBwn3fKzMYBmb65LMpty6+MF1UMQFNj9v2AYOOVWo42tBYaaVJOP07T2DM0IO9Ezr2GO26J2QvWw==", "post"=>{"title"=>"Biker Gangs are fun!", "post_type_id"=>"1"}}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Biker Gangs are fun!"], ["post_type_id", 1], ["created_at", "2015-07-06 22:39:24.013976"], ["updated_at", "2015-07-06 22:39:24.013976"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_id", 4], ["label", "Hero"], ["content_element_type_id", 2], ["created_at", "2015-07-06 22:39:24.019913"], ["updated_at", "2015-07-06 22:39:24.019913"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["post_id", 4], ["label", "Main Body"], ["content_element_type_id", 1], ["created_at", "2015-07-06 22:39:24.023608"], ["updated_at", "2015-07-06 22:39:24.023608"]]
[1m[35m (0.9ms)[0m commit transaction
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.6ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (14.5ms)
Completed 200 OK in 41ms (Views: 28.2ms | ActiveRecord: 3.6ms)
Started GET "/pulitzer/posts/4/edit_multiple" for ::1 at 2015-07-06 16:39:25 -0600
Processing by Pulitzer::ContentElementsController#edit_multiple as HTML
Parameters: {"post_id"=>"4"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? [["post_id", 4]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/edit_multiple.html.erb within layouts/application (3.3ms)
Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-07-06 16:40:14 -0600
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.4ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (1.9ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.3ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (1.6ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (7.7ms)
Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-07-06 16:40:26 -0600
Processing by Pulitzer::PostTypesController#index as HTML
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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 (1.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
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 (10.6ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.1ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["post_type_id", 2]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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.2ms)
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_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.7ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (11.2ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.8ms)
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["post_type_id", 3]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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 (3.5ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.9ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (37.0ms)
Completed 200 OK in 55ms (Views: 53.8ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/2" for ::1 at 2015-07-06 16:40:30 -0600
Processing by Pulitzer::PostsController#show as HTML
Parameters: {"id"=>"2"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.4ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (1.8ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/show.html.erb within layouts/application (4.0ms)
Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/2/edit_multiple" for ::1 at 2015-07-06 16:40:32 -0600
Processing by Pulitzer::ContentElementsController#edit_multiple as HTML
Parameters: {"post_id"=>"2"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ?[0m [["post_id", 2]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["post_type_id", 2]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/content_elements/edit_multiple.html.erb within layouts/application (3.5ms)
Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/post_types/new?authenticity_token=cmMTb1f3NLBSLp1SgZvFgIEVeaMswSPFsVYqpOUplPRwK7EnRzLI6sO0iSjjkCC9qI9RwIbLHkF3E5MvwwA0dA%3D%3D" for ::1 at 2015-07-06 16:42:44 -0600
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"cmMTb1f3NLBSLp1SgZvFgIEVeaMswSPFsVYqpOUplPRwK7EnRzLI6sO0iSjjkCC9qI9RwIbLHkF3E5MvwwA0dA=="}
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_new.html.erb (15.4ms)
Completed 200 OK in 30ms (Views: 30.1ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-07-06 16:43:09 -0600
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6xWsbXsyWbAH+TIRmhCTY+M/30XaR4ZlLXKpdBwkC9vpXQ4la/el6pZjJmv4G3ZeyqX3JnBNu+HrNxD/Og2rWw==", "post_type"=>{"name"=>"Neighborhood", "plural"=>"1", "template"=>"1"}}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Neighborhood"], ["plural", "t"], ["template", "t"], ["created_at", "2015-07-06 22:43:09.160606"], ["updated_at", "2015-07-06 22:43:09.160606"]]
[1m[35m (1.4ms)[0m commit transaction
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 4]]
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 (16.4ms)
Completed 200 OK in 35ms (Views: 30.1ms | ActiveRecord: 1.9ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=4&authenticity_token=cmMTb1f3NLBSLp1SgZvFgIEVeaMswSPFsVYqpOUplPRwK7EnRzLI6sO0iSjjkCC9qI9RwIbLHkF3E5MvwwA0dA%3D%3D" for ::1 at 2015-07-06 16:43:49 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"4", "authenticity_token"=>"cmMTb1f3NLBSLp1SgZvFgIEVeaMswSPFsVYqpOUplPRwK7EnRzLI6sO0iSjjkCC9qI9RwIbLHkF3E5MvwwA0dA=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (2.9ms)
Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-07-06 16:43:53 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"BHl2Gw/qonBXzn7vsfHXO7AI4JbEY1JJcSDe0mOxlu4GMdRTHy9eKsZUapXT+jIGmZLI9W5pb823ZWdZRZg2bg==", "post_type_content_element_type"=>{"label"=>"hero", "content_element_type_id"=>"2", "post_type_id"=>"4"}}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "hero"], ["content_element_type_id", 2], ["post_type_id", 4], ["created_at", "2015-07-06 22:43:53.709480"], ["updated_at", "2015-07-06 22:43:53.709480"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
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 (16.9ms)
Completed 200 OK in 37ms (Views: 31.5ms | ActiveRecord: 1.8ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=4&authenticity_token=cmMTb1f3NLBSLp1SgZvFgIEVeaMswSPFsVYqpOUplPRwK7EnRzLI6sO0iSjjkCC9qI9RwIbLHkF3E5MvwwA0dA%3D%3D" for ::1 at 2015-07-06 16:43:54 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"4", "authenticity_token"=>"cmMTb1f3NLBSLp1SgZvFgIEVeaMswSPFsVYqpOUplPRwK7EnRzLI6sO0iSjjkCC9qI9RwIbLHkF3E5MvwwA0dA=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (2.4ms)
Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-07-06 16:43:59 -0600
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8vkX3UfDX466mnFqJv46wMZmqranWr4oypnrq88MKJLwsbWVVwaj1CsAZRBE9d/97/yC1Q1Qg6wM3FIg6SWIEg==", "post_type_content_element_type"=>{"label"=>"main content", "content_element_type_id"=>"1", "post_type_id"=>"4"}}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "main content"], ["content_element_type_id", 1], ["post_type_id", 4], ["created_at", "2015-07-06 22:43:59.470137"], ["updated_at", "2015-07-06 22:43:59.470137"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
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 (14.1ms)
Completed 200 OK in 34ms (Views: 28.0ms | ActiveRecord: 1.8ms)
Started GET "/pulitzer/posts?post_type_id=4" for ::1 at 2015-07-06 16:44:03 -0600
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"4"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 4]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/new?post_type_id=4&authenticity_token=qqeHu2GC67LYsiZXJNfmQxW6dthiiPr2kBsmd5mwG6So7yXzcUcX6EkoMi1G3AN%2BPCBeu8iCx3JWXp%2F8v5m7JA%3D%3D" for ::1 at 2015-07-06 16:44:10 -0600
Processing by Pulitzer::PostsController#new as */*
Parameters: {"post_type_id"=>"4", "authenticity_token"=>"qqeHu2GC67LYsiZXJNfmQxW6dthiiPr2kBsmd5mwG6So7yXzcUcX6EkoMi1G3AN+PCBeu8iCx3JWXp/8v5m7JA=="}
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/posts/_new.html.erb (1.7ms)
Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.0ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-07-06 16:58:49 -0600
Processing by Pulitzer::PostTypesController#index as HTML
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.3ms)[0m 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 (2.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.2ms)
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 (10.8ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.1ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["post_type_id", 2]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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.6ms)
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 (3.1ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (15.5ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["post_type_id", 3]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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 (2.9ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.8ms)
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 4]]
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 (2.1ms)
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.2ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.4ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.7ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (59.9ms)
Completed 200 OK in 78ms (Views: 76.3ms | ActiveRecord: 1.1ms)
Started GET "/pulitzer/" for ::1 at 2015-07-07 10:56:53 -0600
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.7ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.5ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 1]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
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 (2.6ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (43.2ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (46.0ms)
[1m[35mPulitzer::Post Load (0.6ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 2]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 2]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.2ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (1.6ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.2ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (1.5ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (21.0ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (23.0ms)
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 3]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 3]]
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.2ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::PostTypeContentElementType Load (0.1ms)[0m 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_type_content_element_types/_show.html.erb (0.2ms)
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_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 (8.3ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.8ms)
Rendered /Users/eric/projects/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (105.7ms)
Completed 500 Internal Server Error in 125ms (ActiveRecord: 3.2ms)
ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Pulizter):
5: <%= render partial: 'show_wrapper', locals: {post_type: post_type} %>
6: <% end %>
7:
8: <% if Pulizter.metadata_closure.call %>
9: <%= ajax_link 'add a new post type', new_post_type_path, {}, '#new_post_type' %>
10: <% end %>
11: